CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hough circle

搜索资源列表

  1. hough

    0下载:
  2. Hough变换对圆的检测.Hough变换的基本原理在于,利用点与线的对偶性,将图像空间的线条变为参数空间的聚集点,从而检测给定图像是否存在给定性质的曲线。-Circle Detection using Hough Transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:14635
    • 提供者:王新
  1. Houg_part

    0下载:
  2. Hough变换的原理以及直线检测和圆检测的vc代码-Hough transform principle and the straight line detection and circle detection in vc code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:4565
    • 提供者:英文
  1. findcircle

    1下载:
  2. vc++为基础的 并运用OPENCV 中的HOUGH检测圆,还凑合吧-vc++-based and use OPENCV in HOUGH detection circle Haicou He Bar
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1506802
    • 提供者:svm2222
  1. bobust

    0下载:
  2. 霍夫变换和RANSAC... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -observe that Hough transform and RANSAC can estimate line parameters even with outliers. Write a program to estimate the parameters of a 2D circle.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:1354
    • 提供者:zhengyan
  1. towstepbasedHoughcircletransform

    0下载:
  2. hough 圆检测的放大,文章利用两步法进行圆检测,同时也提高了速度-hough circle detection based tow step detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:261847
    • 提供者:matata
  1. HoughObject

    0下载:
  2. Circles We can extend the Hough transform to other shapes that can be expressed parametrically. For example, a circle of fixed radius can be described fully by the location of its center (x, y). Think of each feature (edge) point on the circle
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:104154
    • 提供者:mina
  1. opencv

    0下载:
  2. 利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。-OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:8445
    • 提供者:胡锦
  1. bound2im

    2下载:
  2. Hough变换进行曲线参数提取:在使用三种算子对加噪后图像进行边缘检测以后,使用Hough变换对检测后图像进行参数提取,并在提取成功以后,使用提取获得的参数进行图像的重建,最后将重建图像叠加到加噪图像中。注意在进行Hough变换时,对比观察获得图像与使用算子进行边缘检测获得图像之间的区别-find out the outline of circle
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1106
    • 提供者:朱朱
  1. Hough

    0下载:
  2. 用于圆检测的Hough变换和改进算法分析 -Uses in the circle examination the Hough transformation and improvement algorithmic analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:261203
    • 提供者:张伟
  1. Hough

    0下载:
  2. detection circle using hough transform
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2267
    • 提供者:faith
  1. yuanjiance

    0下载:
  2. 利用hough变换 进行圆检测 大家可以参考下下,-hough circle detection we can refer to the following
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:34054
    • 提供者:小朋友
  1. CircularHough_Grd

    0下载:
  2. 复杂背景下的中心定位圆心,霍夫变化的具体应用-Center positioning center of a circle, changing the specific application of Hough
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:7125
    • 提供者:陈乔
  1. marcbowes-Hough-Circle-Detector-handin-1-g4db179e

    0下载:
  2. morte about image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:7387
    • 提供者:devkumar
  1. HOUGH

    0下载:
  2. HOUGH变换圆检测,可同时检测多个圆;对了解HOUGH变换很有帮助-HOUGH transform circle detection, can simultaneously detect multiple round
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:107927
    • 提供者:
  1. hough_circle_detection

    0下载:
  2. Hough变换对圆的检测 Hough变换的基本原理在于,利用点与线的对偶性,将图像空间的线条变为参数空间的聚集点,从而检测给定图像是否存在给定性质的曲线。 -Hough transform, circle detection is the basic principle of Hough transform, using point and line duality, the lines of the image space into a rallying point for th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:13394
    • 提供者:罗慧
  1. houghcircle

    0下载:
  2. hough变换检测图像中的一个圆并显示。有图片,可直接运行看结果。-hough transform to detect the image of a circle and displayed. Pictures, can be run directly see the results.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:5757
    • 提供者:jumping
  1. opencv17

    0下载:
  2. opencv霍夫圆变换,在灰度图中找圆序列-opencv Hough circle transform, looking round in the sequence in grayscale
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:1526
    • 提供者:郭攀
  1. Hough_Circle

    1下载:
  2. hough变换实现的图像中圆的检测,适用于计算机视觉初学者,简单容易理解-hough transform circle detection in images, Computer Vision for beginners, simple and easy to understand
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:812
    • 提供者:sdp
  1. houghcircle

    0下载:
  2. matlab code for sharing. this code is use to determine the hough circle
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3030
    • 提供者:Desmond
  1. circles

    0下载:
  2. Circle detection using Hough Transformation in OpenCV
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:2272
    • 提供者:Rafal
« 1 2 3 4 56 7 8 9 10 ... 15 »
搜珍网 www.dssz.com